home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 23
/
Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso
/
Aminet
/
dev
/
c
/
cref.lha
/
Cref.Doc
< prev
next >
Wrap
Text File
|
1997-12-20
|
1KB
|
42 lines
cref - C cross referencer
This program reads C source from its standard input or one or more files
and prints the source code with line numbers followed by an alphabetic
list of word references by line number.
To run:
cref [-ppointer] [-q] [-lnnn] [-wnnn] [-hheading] [-tnnn] [-?] [file ...]
Options:
p - supply a list of filenames, one per line, in a pointer file
This is the same as putting them on the command line, just you
can make your list of files up easier.
q - don't print normal input file listing.
lnnn - set page length to n instead of the default 66.
Minimum allowed is 4, maximum is 9999.
wnnn - set page width to n instead of the default 132.
Minimum allowed is 27, maximum is 132.
hccc - set page heading to 'ccc' rather than file names.
tnnn - set tab spaces to n instead if the default 8.
Minimum is 1, maximum is 132.
? - display this list.
This program was written by Mike Edmonds for use on Unix. It was ported
to the Amiga by Joel Swank. The original UNIX source is included for
the sake of completeness.
Version 3.00 Modified by Tony Preston:
a) Recompiled with SAS/C 6.58.
b) Fixed several warnings from the compiler
c) added an option to supply a list of filenames to make processing
of large numbers of files easier.
d) Fixed the output of the filenames and line numbers in the table of contents